projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2d679a
)
Don't use deprecated G_UNICODE_COMBINING_MARK
author
Andre Klapper
<a9016009@gmx.de>
Fri, 22 Jul 2011 17:56:49 +0000
(19:56 +0200)
committer
Andre Klapper
<a9016009@gmx.de>
Fri, 22 Jul 2011 17:56:49 +0000
(19:56 +0200)
gtk/gtktextiter.c
patch
|
blob
|
history
diff --git
a/gtk/gtktextiter.c
b/gtk/gtktextiter.c
index 51c8f8f0320c66e1ec03223c90cf0133b39394c9..c399f6fe8b184509a7ce2e36df886614138d557a 100644
(file)
--- a/
gtk/gtktextiter.c
+++ b/
gtk/gtktextiter.c
@@
-4476,7
+4476,7
@@
exact_prefix_cmp (const gchar *string,
/* If string contains prefix, check that prefix is not followed
* by a unicode mark symbol, e.g. that trailing 'a' in prefix
* is not part of two-char a-with-hat symbol in string. */
- return type != G_UNICODE_
COMBIN
ING_MARK &&
+ return type != G_UNICODE_
SPAC
ING_MARK &&
type != G_UNICODE_ENCLOSING_MARK &&
type != G_UNICODE_NON_SPACING_MARK;
}